Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 37e99910ec8fb8f1b6df05567aa5ba2009ed9edc


Parents : 005d717
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-05-12T11:58:24+02:00

Updated version and RNS dependency version

Changes

2 files changed, 4 insertions(+), 3 deletions(-)

M setup.py +3 -2

Diff

diff --git a/LXMF/_version.py b/LXMF/_version.py
index 63af887..49e0fc1 100644
--- a/LXMF/_version.py
+++ b/LXMF/_version.py
@@ -1 +1 @@
-__version__ = "0.6.3"
+__version__ = "0.7.0"

diff --git a/setup.py b/setup.py
index 19737d6..724705f 100644
--- a/setup.py
+++ b/setup.py
@@ -15,9 +15,10 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/markqvist/lxmf",
packages=["LXMF", "LXMF.Utilities"],
+ license="Reticulum License",
+ license_files = ("LICENSE"),
classifiers=[
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
entry_points= {
@@ -25,6 +26,6 @@ setuptools.setup(
'lxmd=LXMF.Utilities.lxmd:main',
]
},
- install_requires=["rns>=0.9.3"],
+ install_requires=["rns>=0.9.5"],
python_requires=">=3.7",
)


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────